-
Notifications
You must be signed in to change notification settings - Fork 533
[FIX] fix cluster threshold in randomise + change default prefix #2063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jokedurnez can you run |
@jokedurnez - it would be great if you can merge master and add the updated auto-test. |
I believe the tests failed exactly because of one of the changes I made, so I'm not sure what to do. Probably I should change the test as well, but that would require me to take some time to dive into the testing stuff. I'll try, but it won't be tomorrow... :\ |
Hi @jokedurnez, sorry for joining late to the party. I think that doing the following will resolve this error:
|
- use master branch for caching - replace kaczmarj/nipype with nipype/nipype - reset cache prefixes - use latest docker (v17.10.0-ce) containers and machine - use environment variable to determine whether to pull or build base image - save docker images to tar.gz if on master branch (deploying) - use fastest gzip compression (gives good ratio of speed/compression)
ENH: Enable recon-all -FLAIR / -FLAIRpial options
earlier setuptools did not like mixing directories and files
Throw a warning instead.
- do not store dockerfiles in repo - cache base dockerfile in deploy step that was generated in `compare_base_dockerfiles` step - use global `working_directory`
fix: testing for non-developer installation
ENH: generate Dockerfiles with neurodocker + migrate to CircleCI 2.0
Reset change to make hash assertion at https://github.com/nipy/nipype/blob/master/nipype/interfaces/base/tests/test_support.py#L60 happy.
[ENH] Extended MRtrix3 interface
[MAINT] Cleaning / simplify Node
… into forwho-DiffusionToolkit_fix
[FIX] Fix surf_reg input trait
STY: deleting tailing spaces and adding missing newlines at end of files
updating dti.py (cont nipy#1653)
Codecov Report
@@ Coverage Diff @@
## master #2063 +/- ##
===========================================
- Coverage 72.16% 52.39% -19.78%
===========================================
Files 1137 118 -1019
Lines 57194 23654 -33540
Branches 8194 0 -8194
===========================================
- Hits 41276 12394 -28882
+ Misses 14629 11260 -3369
+ Partials 1289 0 -1289
Continue to review full report at Codecov.
|
Please follow-up in #2369. I kept your commits (@jokedurnez's and @mgxd's) there. |
Changes proposed in this pull request